Steph AngoのObsidianのVault
シンプルで練られたフォルダ構成
References where I write about things that exist outside my world. Books, movies, places, people, podcasts, etc. Always named using the title e.g. Book title.md or Movie title.md.
Clippings where I save things other people wrote, mostly essays and articles.
Attachments for images, audio, videos, PDFs, etc.
Daily for my daily notes, all named YYYY-MM-DD.md. I do not write anything in daily notes, they exist solely to be linked to from other entries.
Templates for templates.
Categories contains top-level overviews of notes per category (e.g. Books, Movies, Podcasts, etc).
Notes contains example notes.
MovieのBaseの部分的な抜粋
code:base
filters:
and:
- categories.contains(link("Movies"))
- '!file.name.contains("Template")'
properties:
file.name:
displayName: Name
note.last:
displayName: Last
note.rating:
displayName: Rating
note.year:
displayName: Year
note.director:
displayName: Director
note.genre:
displayName: Genre
note.cast:
displayName: Cast
note.scoreImdb:
displayName: IMDB
note.scoreRT:
displayName: RT
note.runtime:
displayName: Runtime
note.watchlist:
displayName: Added
views:
- type: table
name: All
- type: table
name: To-watch
- type: table
name: Favorites
- type: table
name: Last seen
- type: table
name: Actor
- type: table
name: Genre
- type: table
name: Director
- type: table
name: Soundtrack